You are here: Scripting Reference > Classes > Partner > Partner.CustomerId

Partner.CustomerId

Declaration

property CustomerId: String;

Example

procedure OnMapEvent(var Value:Variant);

begin

Value := Partner.CustomerId;

end;

Description

Returns the Customer Id of the active partner within your system. Only available if See "Partner.PartnerType" is fptCustomer otherwise this will return blank string.